Sets the value at the specified index in the vector.
public:
void SetAt(
uint32 index,
T value
)
index
Type: uint32
The zero-based index at which to set the value.
value
Type: T
The item to set.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd